翻訳と辞書
Words near each other
・ Maoz Vegetarian
・ Maozhou
・ Maozhou (in modern Sichuan)
・ Maozhou, Hebei
・ Maoča (Srebrenik)
・ Maoča, Brčko
・ Maoče
・ Map
・ Map (band)
・ Map (butterfly)
・ Map (disambiguation)
・ MAP (file format)
・ Map (higher-order function)
・ Map (mathematics)
・ Map (painting)
Map (parallel pattern)
・ Map algebra
・ Map Ammarit Railway Station
・ Map analysis
・ Map collection
・ Map Collection of the National and University Library in Zagreb
・ Map Collectors' Circle
・ Map coloring
・ Map communication model
・ Map database management
・ Map extent
・ Map folding
・ Map Folio
・ Map for England
・ MAP International


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Map (parallel pattern) : ウィキペディア英語版
Map (parallel pattern)
Map is an idiom in parallel computing where a simple operation is applied to all elements of a sequence, potentially in parallel. It is used to solve embarrassingly parallel problems: those problems that can be decomposed into independent subtasks, requiring no communication/synchronization between the subtasks except a join or barrier at the end.
When applying the map pattern, one formulates an ''elemental function'' that captures the operation to be performed on a data item that represents a part of the problem, then applies this elemental function in one or more threads of execution, hyperthreads, SIMD lanes or on multiple computers.
Some parallel programming systems, such as OpenMP and Cilk, have language support for the map pattern in the form of a parallel for loop; languages such as OpenCL and CUDA support elemental functions (as "kernels") at the language level. The map pattern is typically combined with other parallel design patterns. E.g., map combined with category reduction gives the MapReduce pattern.
==See also==

* Map (higher-order function)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Map (parallel pattern)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.